Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ansi-red

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-red

The color red, in ansi.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
902K
decreased by-17.47%
Maintainers
1
Weekly downloads
 
Created

What is ansi-red?

The ansi-red npm package is a simple utility for styling text with red ANSI color codes. It is typically used to make text output in the terminal more readable by adding red color to the text.

What are ansi-red's main functionalities?

Red Text Styling

This feature allows you to style text with red color in the terminal. The code sample demonstrates how to use the ansi-red package to print 'This text will be red!' in red color.

const red = require('ansi-red');
console.log(red('This text will be red!'));

Other packages similar to ansi-red

Keywords

FAQs

Package last updated on 22 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc